Vector.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. VectorN opAssign(VectorN other)
    struct Vector(uint N, T)
    @nogc @safe nothrow pragma(inline, true) ref return
    VectorN
    opAssign
    (
    in VectorN other
    )
  2. VectorN opAssign(T[N] other)

Meta